Fix typos (#222)
authorJonas Bernoulli <jonas@bernoul.li>
Mon, 11 Nov 2019 19:51:32 +0000 (20:51 +0100)
committerJustin Burkett <justin@burkett.cc>
Mon, 11 Nov 2019 19:51:32 +0000 (14:51 -0500)
README.org
which-key.el

index b21711f586ad6ebef7e2ea0a80a02d678bb94e9c..7b0de1c3cb76d7fae40712080d180e127ccbed62 100644 (file)
       ;; prefixes). Descriptions that are longer are truncated and have ".." added.
       (setq which-key-max-description-length 27)
 
-      ;; Use additonal padding between columns of keys. This variable specifies the
+      ;; Use additional padding between columns of keys. This variable specifies the
       ;; number of spaces to add to the left of each column.
       (setq which-key-add-column-padding 0)
 
index 7a495ec097a4cd561665d3c9544d6a4cb21c8dfc..88775d4b839994275408ba043d45d8d7dbcba43d 100644 (file)
@@ -110,7 +110,7 @@ artificially reducing the available width in the buffer.
 The default of 3 means allow for the total extra width
 contributed by any wide unicode characters to be up to one
 additional ASCII character in the which-key buffer.  Increase this
-number if you are seeing charaters get cutoff on the right side
+number if you are seeing characters get cutoff on the right side
 of the which-key popup."
   :group 'which-key
   :type 'integer)
@@ -1538,7 +1538,7 @@ in order for which-key to allow looking up a description for the key."
 (defun which-key--maybe-get-prefix-title (keys)
   "KEYS is a string produced by `key-description'.
 A title is possibly returned using
-`which-key--prefix-title-alist'.  An empty stiring is returned if
+`which-key--prefix-title-alist'.  An empty string is returned if
 no title exists."
   (cond
    ((not (string-equal keys ""))